You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > PSValues Method > MatrixInt.PSValues Method ([In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.PSValues Method ([In] int)

Obtains a pointer to the integer value of the vector at Index.

Syntax
C#
Visual Basic
public IntPtr PSValues([In] int Index);

The function returns @SValues[i]. Under .NET this is a pointer to unmanaged memory or pinned managed memory.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!